
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;400;500;600;700&display=swap');

html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* @font-face {
  font-family: 'Helvetica Regular';
  src: url('../fonts/HelveticaNeueLTArabic-Roman.eot');
  src: local('Helvetica Regular'), local('Helvetica-Regular'),
      url('../fonts/HelveticaNeueLTArabic-Roman.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueLTArabic-Roman.woff2') format('woff2'),
      url('../fonts/HelveticaNeueLTArabic-Roman.woff') format('woff'),
      url('../fonts/HelveticaNeueLTArabic-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

/* Show it's not fixed to the top */
body {
    min-height: 75rem;
    font-family: 'Noto Kufi Arabic', sans-serif;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
}
.wrapper{
  position: relative;
  overflow-x: hidden;
}
.outslid{
  position: relative;
}
.foot-ul .bold {
  font-size: 16px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #a3f9ff;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.laws_box {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.laws_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #ededed;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.laws_box:hover:before {
  transform: scale(17);
}
.resp_box {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.resp_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #ededed;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.laws_box img{
  width: 30px;
}
.resp_box:hover:before {
  transform: scale(25);
}
.headnk{
  position: relative;
}
.redfer{
  background: #fff;
    padding: 50px 20px;
    border-radius: 8px;
}
.headnk::before{
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: #a8966a;
    top: 50%;
    right: 23%;
}
.spb1::before{
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgb(0 178 226 / 15%);
    top: -70%;
    right: 40%;
}
.spb2::before{
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgb(0 178 226 / 15%);
    top: -25%;
    right: 38%;
}
.headnk::after{
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: #a8966a;
    top: 50%;
    left: 23%;
}

.laws_box:hover p {
  transition: all 0.3s ease-out;
}
.laws_box:hover h3 {
  transition: all 0.3s ease-out;
}
.slick-slide img{
  padding-left: 2px;
}
h4{
  line-height: 1.5;
}
:root {
  --animate-duration: 2s;
}
.topnav{
    background: linear-gradient(45deg, #cbcbcb 40% , white);
    padding: 0 !important;
}
a:hover{
  text-decoration: none;
}
.playapp img {
  margin-right: 20px;
}
.botnav{
  background: #0b5685;
  color: #fff;
  padding: 0;
  border-bottom: 9px solid #A8966A;
}
.botnav a{
  color: #fff;
}
.searchbtn{
  border-radius: 50%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background: #3d98c8;
  color: #fff;
  border: none;
}
.searchbar{
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.vision{
  padding-bottom: 20px;
}
.botnav li a:hover{
  background: #298DBE;
}
.banner{
  background: url('../images/banner.jpg'); 
  background-size: cover;
  padding: 50px 20px;
}
.grikj{
  display: none;
}
.textcircle{
  width: 632px;
  height: 632px;
  border-radius: 50%;
  background: #046196;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 50%;
  position: relative;
}
.textins{
  width: 430px;
}
.textins h2{
  font-size: 46px;
  font-weight: bold;
}
.textins p{
  font-size: 20px;
}
.more {
  background: #A8966A;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  position: absolute;
  left: 0;
    bottom: 10%;
}
.more a{
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}
.about {
  text-align: right;
  padding: 17vh 0;
  margin: auto 0;
}
.equalw{
  max-width: 885px;
  margin: auto;
}
.redwsp{
  text-align: center;
}
.implinks{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px !important;
  transition-duration: 1s;
}
.implinks a{
  margin-left: 10px;
  padding-left: 10px;
  border-left: 5px solid #AA9767;
}
.implinks a:last-child{
  border: none;
    padding-right: 15px;
    margin-left: 0;
    padding-left: 0;
}

.implinks a:hover{
  text-decoration: none;
}
.boxserv{
  background: #E0DFDF;
  padding:10px;
  text-align: center;
  margin-bottom: 20px;
}
.boxserv img{
  margin:33px 0;
}
.boxserv a{
  background: #0B5685;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: block;
  width: 125px;
  margin: auto;
  margin-bottom: 25px;
}
.boxserv a:hover {
  background: #298DBE;
}

.dropdown-toggle::after{
  display: none;
}
.about h4{
  font-size: 31px;
    font-weight: bold;
    color: #144a86;
}
.about p {
  font-size: 25px;
  color: #144a86;
  text-align: justify;
}
.menusli i{
  color: #fff;
}
.boxserv h4{
  color: #08395D;
  font-weight: 500;
}
.data{
  background: url('../../images/databg.png');
  background-size: cover;
  background-position: center;
  padding: 17vh 0;
}
section.news {
  padding: 17vh 0;
}
.data h5{
  font-weight: 100;
  color: #144a86;
  font-size: 36px;
}
.data h2{
  font-weight: bold;
  color: #144a86;
  font-size: 42px;
}
.igbox{
  text-align: center;
  padding: 28px;
  margin-top: 55px;
  height: 95%;
}
.igbox h4{
  padding-bottom: 28px;
    color: #144a86;
    font-weight: bold;
}
.listinfo{
  list-style: none;
  padding: 0;
  margin-bottom: 38px;
}
.listinfo li{
  background: #ddd;
    border-radius: 50px;
    margin-bottom: 25px;
    display: flex;
    padding: 15px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    color: #144a86;
}
.numhigh {
  background: #A8966A;
  color: #fff;
  font-size: 40px;
  position: absolute;
  font-weight: 500;
  width: 30%;
  top: 0;
  left: 25px;
}
.sliditem{
  display: flex !important;
  background: #ECECEC;
  align-items: center;
  direction: rtl;
  border-radius: 25px;
  overflow: hidden;
}
.asd{
  width: 50% !important;
  height: 45%;
  padding: 28px;
}
.testimonial{
  padding: 17vh 0;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.testimonial h5{
  font-weight: bold;
  color: #144a86;
  font-size: 42px;
}
.testimonial h2{
  font-weight: 100;
  color: #144a86;
  font-size: 36px;
  padding-bottom: 20px;
}
.news h2{
  color: #144a86;
  font-weight: bold;
  font-size: 42px;
  padding-bottom: 20px;
}
.textfoslid{
  padding: 0 35px;
}

.slidetest .slick-next {
  right: -110px;
  left: 52% !important;
  margin-right: 0;
  background: url(../images/right-arrow.svg) center center no-repeat;
  width: 73px;
  height: 73px;
}
.slidetest .slick-prev {
  left: 50px !important;
  margin-right: 0;
  background: url(../images/left-arrow.svg) center center no-repeat;
  width: 73px;
  height: 73px;
}
.slidetest .slick-arrow{
  top: unset !important;
    transform: translateY(-50%);
    width: 48px !important;
    height: 48px !important;
    bottom: 20px !important;
    background-size: cover !important;
}
.newsimg{
  width: 100%;
}
.newsnew{
  height: 480px;
    border-radius: 15px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin: 0 20px;
}
.newsnew h5{
  font-size: 20px;
  color: #fff;
  font-weight: bold !important;
}


.newsnew h2{
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  padding-top: 250px;
}

.newsnew .fred h2{
  font-size: 18px;
}
.partners h5{
  font-size: 48px;
  color: #144A86;
  font-weight: bold;
}

.newsnew p{
  font-size: 14px;
  color: #fff;
  font-size: 100;
}
.link{
  color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 175px;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    background: rgb(255 255 255 / 30%);
    border-radius: 20px;
    cursor: pointer;
}
.newsnew .nw1{
  background: url('../images/News1.png');
  height: 480px;
    transition-duration: 2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
}
.newsnew .fred{
  z-index: 9;
  padding: 20px;
  height: 480px;
}
/* .headline h2{
  animation-delay: 2s;
} */
.newsnew .nw3{
  background: url('../images/News2.png');
  height: 480px;
    transition-duration: 2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
}
.newsnew .nw2{
  background: url('../images/News3.png');
  height: 480px;
    transition-duration: 2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
}
.cling{
  margin-right: -200px;
    margin-left: -200px;
}
.neweve {
  background: #ddd;
  padding: 60px 0;
}
    .neweve a {
        background: #0B5685;
        color: #fff;
        border-radius: 50px;
        padding: 10px 30px;
        display: block;
        width: 160px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 500;
        /*position: absolute;
        bottom: 12px;*/
    }
.vm {
    min-height: 419px !important;
}

.imgCover {
    background: url(../images/chairbg2.jpg);
    background-size: cover;
}

.text-center {
    text-align: center !important;
    margin: 0 auto;
}

.newsbox a {
    position: absolute;
    bottom: 12px;
}
.refd {
    background: #0B5685;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    display: block;
    width: 125px;
    margin: auto;
    margin-bottom: 25px;
    margin-right: 100px;
    position: absolute;
    bottom: 0px;
}

.refd a {
    color: white;
}
.partners {
    padding: 0;
}
.topnavic {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 5.2%;
  transform: translateX(-7.2%);
  top: 0PX;
}
.newbar .topnavic {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 100px;
  top: 20px;
}
.link:hover{
  background: rgb(4 97 150 / 40%);
}
.topnavic li i{
  color: #fff !important;
}
.topnavic li a{
  color: #fff !important;
}
.topnavic li {
  display: inline-block;
  color: #fff;
  margin-right: 30px;
}
.partners h5{
  font-weight: 600;
  color: #08395D;
}
.igbox img{
  width: 100%;
}
footer{
  background: #C6C6C6;
  padding: 30px;
}
footer h5{
  font-weight: 100;
  color: #000;
}
footer h2{
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}
.appdown {
  position: absolute;
  left: 0;
}

.playapp{
  display: grid;
  position: absolute;
  left: 260px;
  top: 100px;
}
.bold{
  font-weight: bold;
}
.foot-ul{
  list-style: none;
  padding: 0;
}
.botde h5{
  font-size: 15px;
}
.botde .bold{
  padding: 0 2px;
}
.socio-ul{
  padding: 0;
  list-style: none;
}
.socio-ul li{
  display: inline-block;
}
.gvc {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 35%;
  top: 5px;
}
.gvc li{
 display: inline-block;
 border-left: 2px solid #000;
}
.kemp{
  position: absolute;
  left: 38%;
  top: 40px;
}
.gvc a{
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}
.gvc li:last-child{
  border:none
}
.outfoot a{
  color: #000;
}
.implinks a {
  color: #AA9767;
  font-weight: bold;
  font-size: 22px;
}
.bannerinn{
  background: url('../images/insidebg.jpg'); 
  background-size: cover;
  padding: 50px 20px;
  min-height: 385px;
  display: flex;
  align-items: center;
}
.inntextban{
  color: #08395D;
  width: 33%;
}
.inntextban h2{
  font-weight: bold;
}
.hismaj{
  padding: 84px 0;
}
.histxt{
  display: flex;
  align-items: center;
}
.hismaj h3{
  font-size: 24px;
  font-weight: bold;
}
.chairper{
  background: url('../images/chairbg.jpg'); 
  background-size: cover;
}
.chairper h5{
  font-weight: 200;
}
.chairper h2{
  font-weight: bold;
  color: #104974;
}
.chairper p{
  text-align: justify;
  color: #104974;
  margin-right: 30px;
  margin-top: 25px;
}
.chairperbg{
  background: url('../images/bigbg.png'); 
  background-size: cover;
}
.chairperbg h5{
  font-weight: 200;
}
.chairperbg h2{
  font-weight: bold;
  color: #104974;
}
.chairperbg p{
  text-align: justify;
  color: #104974;
  margin-right: 30px;
  margin-top: 25px;
}
.zxsa{
  padding: 50px 0;
}
.bgrq{
  display: flex;
  align-items: flex-end;
}
.ecosys{
  padding: 65px 0;
}
.ecosys h5{
  font-weight: 100;
  color: #08395D;
}
.ecosys h2{
  font-weight: bold;
  color: #08395D;
}
.ecosys img{
  width: 100%;
}
.ecosys p{
  color: #104974;
}
.proc{
  background: url(../images/arrowdes.png);
    background-repeat: no-repeat;
    min-height: 455px;
    padding-left: 70px;
    padding-right: 35px;
}
.proc img{
  margin: auto;
  display: flex;
  padding-top: 100px;
  padding-bottom: 30px;
}

.process h5{
  font-weight: 100;
  color: #08395D;
}
.process h2{
  font-weight: bold;
  color: #08395D;
}
.proc h4{
  font-weight: bold;
  color: #08395D;
}
.process{
  padding-bottom: 80px;
}
footer img{
  width: 100%;
}
.bgrq img{
  width: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.megamenu h2{
  font-weight: bold;
}
.megamenu a:hover{
  font-weight: bold;
  background: transparent !important;
}
.megamul{
  list-style: none;
  padding-left: 45px;
}
.megamul li{
  padding-bottom: 10px;
  border-bottom: 1px dotted #a8966a;
}
.megamul a{
  color: #000;
}
.megamul2{
  list-style: none;
  padding: 0;
}
.megamul2 li{
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.megamul2 a{
  color: #000;
}

.playapp .btnpl{
  width: 80%;
  padding: 2px;
}
.accordion{
  display: none;
}
.playapp1{
  display: none;
}
.ecosys p{
  text-align: justify;
}
.slidetest{
  direction: ltr;
}
.slidpartn{
  direction: ltr;
}
.dropdown-menu{
  text-align: right;
}
.hidedesk{
  display: none;
}
.navy_cyrcle {
    width: 60px;
    background-color: #0b5685;
    height: 60px;
    border-radius: 50%;
    margin: -72px 249px 40px 0;
    position: absolute;
    border: 3px solid #d9d9d9;
}

.bod_border {
    border: 3px solid #d9d9d9;
    border-radius: 50%;
    background-color: #c0d6ed;
    width: 85%;
}

.bod_font {
    font-size: 21px !important;
}

.laws_box {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin: 20px 0 0 0;
    min-height: 219px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

    .laws_box .refd {
        background: #0B5685;
        color: #fff;
        border-radius: 50px;
        padding: 10px 30px;
        display: block;
        width: 125px;
        margin: 0 50px 0 0;
        margin-bottom: 25px;
        position: absolute;
        bottom: 3px;
    }
    .laws_box .refd a {
        
        color:white;
    }

    .laws_box p {
        text-align: unset;
        color: #104974;
        margin-right: unset;
        margin-top: unset;
        font-weight: 600;
    }


.resp_box {
    min-height: 308px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin: 0 0 31px 0;
}
.list1 li{
  position: relative;
}

.responsibilities {
    background-color: #c0d5ee;
    padding: 50px;
}

.programs {
    min-height: 455px;
}

.small_box {
    min-height: 218px;
}

.big_box {
    margin-top: -79px;
}

.resp_box p{
    text-align:center
}

.resp_box h4 {
    text-align: center
}

.resp_box{
    text-align:center;
}
    .resp_box img {
        padding: 10px;
        width: 90px;
    }

.languages {
    width: 279px;
}

    .languages a {
        background-color: #a8966a;
        width: 74px;
        float: left;
    }

.shadwo {
    width: 70px;
    height: 70px;
    background-color: #76cfe5;
    border-radius: 50%;
    margin: 20px auto;
}

.offer {
    background-color: #f6f6f6;
    padding-top: 80px;
}

.boxserv2 {
    background: #c0d5ee  !important;
    height: 357px;
    text-align: unset;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

.shadwo2 img {
    margin: 12px 0;
    width: 69px;
}

.Objectives {
    padding: 50px 0;
}
.list1 {
    list-style: none;
    text-align: right;
}

    .list1 li::before {
        content: "\2022";
        color: #60c5e8;
        font-weight: bolder;
        width: 2em;
        margin-left: 0em;
        font-size: 22px;
        padding: 0 15px 0 15px;
        position: absolute;
        right: -38px;
        top: -2px;
    }

.list2 {
    list-style: none;
    text-align: right;
    text-indent: -15px;
}

    .list2 li::before {
        content: "\2218";
        color: #60c5e8;
        font-weight: bolder;
        width: 2em;
        margin-left: 0em;
        font-size: 22px;
        
    }

.facilities {
    height: 424px;
}
.newForm {
    border-radius: 1.25rem !important;
    border: 1px solid #e0f7fe;
    height: 49px;
}

.btn2 {
    background-color: #64bcd5;
    color:white;
}

.btn2:hover {
    background-color: #cbcbcb;
    color:white;
}

.inc_box {
    min-height: 383px;
}

.news_desc {
    height: 82px;
}

.newsbox {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    height: 481px;
}

.foot-ul li a {
    color: #000000;
}
.foot-ul li a:hover {
    color: #a8966a;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 5px solid #76cfe5;
    color: #0b5685;
    font-weight: 600;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #0b5685;
    margin-bottom: 10px;
}

.tab-content {
    width: 100%
}

.nav.nav-pills {
    margin-bottom: 50px;
}

.details_box {
    min-height: 355px !important;
}

.headnk_big {
    position: relative;
}

    .headnk_big::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 3px;
        background: #a8966a;
        top: 50%;
        right: 12%;
    }

    .headnk_big::after {
        content: '';
        position: absolute;
        width: 120px;
        height: 3px;
        background: #a8966a;
        top: 50%;
        left: 12%;
    }
.back_btn {
    text-align: center;
}

    .back_btn a {
        color: #0b5685;
    }
.hismaj2 {
    padding: 16px 0 !important;
}

.news .neweve div div div h4 {
    height: 75px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 14px;
}
.news .neweve div div div .txxt {
    height: 75px;
}

.fa, .fas {
    color: #0b5685;
}

.social a img {
    width: 55px;
}

b, strong {
    font-weight: bold;
}

.back2 {
    background-color: #a8966a;
}

.neweve a:hover {
    background: #298DBE;
}
.menusli .dropdown-menu li a::after {
  content: '';
  position: absolute;
  width: 0;
  -webkit-transition: width 0.8s ease;
    -moz-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
    transition: width 0.8s ease;
  height: 2px;
  background: #0b5685;
  bottom: -7px;
  right: -1px;
}
.newbar .dropdown-menu a::after {
  content: '';
  position: absolute;
  width: 0;
  -webkit-transition: width 0.8s ease;
    -moz-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
    transition: width 0.8s ease;
  height: 2px;
  background: #0b5685;
  bottom: -7px !important;
  right: -1px;
}
.newbar .dropdown-menu a{
  position: relative;
}
.newbar .dropdown-menu li a:hover:after{
  width: 100% !important;
}
.menusli .dropdown-menu li a:hover:after{
  width: 100% !important;
}
.menusli .dropdown-menu li a{
  position: relative;
}
.newbar .dropdown-menu a:hover{
  color: #0b5685;
}
.newbar .dropdown:hover a{
  color: #0b5685 !important;
}

/*---------------------------- Tabs style --------------------------------------*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.big_box {
    margin-top: -80px !important;
    min-height: 390px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#v-pills-tab a {
    display: block;
    float: left;
    height: 40px;
    background: #0b5685;
    text-align: center;
    padding: 5px 40px 0 30px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 0;
}

    #v-pills-tab a:after {
        content: "";
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #0b5685;
        position: absolute;
        left: -20px;
        top: 0;
        z-index: 1;
    }

    #v-pills-tab a:before {
        content: "";
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #c0d5ee;
        position: absolute;
        right: 0;
        top: 0;
    }

    #v-pills-tab a.active {
        background: #76cfe5;
        color: #000;
    }

        #v-pills-tab a.active:after {
            border-right: 20px solid #76cfe5;
        }

/*------------------------------------------------------------------------*/


/*---------------------------- Responsive --------------------------------------*/

@media (max-width:767px) {
    .gvc {
    display: none;
}
.hidedesk{
  display: block;
}
.inntextban{
  color: #08395D;
  width: 100%;
}
.hidedesk h5{
  display: block !important;
  text-align: right;
  padding-bottom: 20px;
}
.navbar-toggler-icon{
  float: right;
}
.megamul{
  padding: 0;
}
.botnav li a{
  padding: 10px !important;
  overflow: initial;
}
.qaswz{
  margin: 0;
  overflow: initial;
}
.kemp{
  display: none;
}
.searchbar{
  width: 80% !important;
}
a.navbar-brand{
  padding: 15px;
}
.navbar-brand img{
  width: 70%;
  padding-bottom: 10px;
}
.vision {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-toggler-icon img{
  width: 100%;
}
.data .container{
  padding: 0;
}
.data{
  padding: 15px;
}
.numhigh {
  background: #A8966A;
  color: #fff;
  font-size: 21px;
  position: absolute;
  font-weight: 500;
  width: 24%;
  top: 0;
  left: 25px;
  padding: 8px 0;
}
.listinfo li {
  background: #ddd;
  border-radius: 50px;
  margin-bottom: 25px;
  display: flex;
  padding: 15px;
  font-size: 12px;
  overflow: hidden;
  position: relative;
}
.sliditem{
  display: block !important;
  text-align: center;
}
.testimonial {
  padding: 15px;
}
.asd{
  margin: auto;
}
.slidetest .slick-prev{
  left: -30px;
}
.slidetest .slick-next{
  right: -30px;
}
.navbar-toggler{
 width: 100%;
 text-align: left;
}
.pull-right{
  float: left;
}
.navbar-nav{
  padding-right: 0 !important;
}
.appdown {
  position: relative;
  right: -25px;
}
.appdown img{
  width: 125%;
}
.botde{
  text-align: center;
}
.outfoot .text-left{
  text-align: center !important;
}
.outfoot .text-right{
  text-align: center !important;
}
.cling{
  margin: 0;
}
.navbar-collapse{
  padding: 20px;
}
.navbar-toggler i{
  padding: 5px;
}
.grikj{
  display: flex;
  width: 100%;
  left: -22px;
  top: 0;
  position: relative;
}
.textcircle{
  width: 335px;
  margin: 0;
  height: 335PX;
  margin-top: 160PX;
}
.megamenu img{
  width: 100%;
}
footer{
  overflow-x: hidden;
}
.textins {
  width: 251px;
}
.textins p {
  font-size: 14px;
}
.textins h2 {
  font-size: 22px;
  font-weight: bold;
}
.more {
  background: #A8966A;
  width: 80px;
  height: 80px;
}
.more a {
  font-size: 14px;
}
.banner{
  background-size: cover;
  background-position: right;
  background: url('../images/bgphone.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-toggle::after{
  display: inline-block;
}
.playapp {
  display: grid;
  position: absolute;
  left: 35%;
  top: 75px;
  width: 170px;
}
.playapp h5 {
  font-size: 14px;
}
.playapp .btnpl {
  width: 70%;
  padding: 2px;
}
.accordion{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.card {
  background: none;
}
.card-header{
  padding: 0;
}
.card-header h2{
  padding: 0;
}
button.btn.btn-link.btn-block.text-left {
  color: #000;
  font-weight: bold;
  text-align: right !important;
}
.hiddmob{
  display: none;
}
.bannerinn {
  background-size: cover;
  background-position: center;
}
.histxt h3{
  margin-top: 30px;
}
.zxsa {
  padding: 50px 20px;
}
}

@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px; background: rgba(255, 255, 255, 0.95); }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

@media (min-width:768px) and (max-width:1024px) {
  .navbar-nav{
    margin: auto !important;
  }
  .gvc {
    display: block;
    top: 25px;    
    left: 135px;
}
.kemp{
  display: none;
}
.histxt img{
  width: 100%;
}
.searchbar{
  width: 80% !important;
}
a.navbar-brand{
  padding: 15px;
  margin: 0;
}
.navbar-brand img{
  width: 70%;
  padding-bottom: 10px;
}
.vision {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.bannerinn {
  background-size: cover;
  background-position: center;
}
.banner {
  background-size: cover;
  background-position: center;
}
.textcircle{
  width: 375px;
  margin: 0;
  height: 375PX;
  margin-top: 160PX;
  margin-right: 50%;
}
.textins {
width: 251px;
}
.textins p {
font-size: 14px;
}
.textins h2 {
font-size: 25px;
font-weight: bold;
}
.more {
background: #A8966A;
width: 80px;
height: 80px;
}
.more a {
font-size: 14px;
}
.data .col-md-6{
  flex: 0 0 100%;
  max-width: 100%;
}
.about .col-md-4{
  flex: 0 0 50%;
  max-width: 50%;
  margin: auto;
}
.sliditem{
  display: block !important;
}
.asd {
  width: 200px!important;
  height: 45%;
  padding: 28px;
  margin: auto;
}
.cling{
  margin: 0;
}
.cling .col-md-3{
  
  flex: 0 0 50%;
  max-width: 50%;
}
.partners .col-md-2{
  flex: 0 0 50%;
  max-width: 50%;
}
footer .col-md-2{
  flex: 0 0 50%;
  max-width: 50%;
}
footer .col-md-3{
  flex: 0 0 50%;
  max-width: 50%;
}
footer .col-md-4{
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
footer .offset-md-1{
  margin-left: 0 !important;
}
.appdown{
  display: none;
}
.qaswz {
  margin-left: 0;
}
.slidetest .slick-next {
  right: 12px;
}
.slidetest .slick-prev {
  left: 12px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  min-width: 635px;
}
.megamenu .col-md-4{
  flex: 0 0 50%;
  max-width: 50%;
  margin: auto;
}
.process .col-md-3{
  flex: 0 0 50%;
  max-width: 50%;
  margin: auto;
}
.megamenu img{
  width: 100%;
}
.dropdown-menu.megamenu.show {
  left: -450%;
}
.botde .col-md-3{
  margin: auto;
  text-align: center;
}
}

@media (min-width:768px) and (max-width:1700px){
  .playapp1{
    display: block;
  }
  .playapp1 img{
    width: 45%;
  }
  .appdown{
    display: none;
  }
  .qaswz .offset-md-1 {
    margin-left: 0;
  }
  .cling{
    margin: 0;
  }
}


.topnav{
  position: absolute;
  top: 35px;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: none;    
  align-items: flex-end;
}
.botnav{
  position: absolute;
  top: 96px;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
.bannersli{
  direction: ltr;
  overflow: hidden;
}
.menusli{
  list-style: none;
  margin: 5px 0;
  margin-right: auto !important;
}
.menusli li{
  display: inline-block;
  margin-left: 75px;
}
.menusli li a{
  color: #fff;
  font-weight: bold;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.menusli li{
  margin-left: 0 !important;
  width: 14%;
  text-align: center;
}
.menusli li.dropdown{
  width: auto;
  margin-left:0 ;
  text-align: center;
}
.menusli {
  width: 100%;
  display: flex;
    justify-content: space-around;
}
.newbar{
  position: fixed;
  background: #046196;
  top: 0;
  animation: 1s ease-out 0s 1 slideInFromTop;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
  z-index: 9999;
  padding: 20px 0!important;
}
.newbar .dropdown-menu {
  background: #fff;
  top: -30px;
  padding-top: 70px;
  z-index: 0;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
  left: 75%;
  width: 210px !important;
}

.newbar .dropdown-menu a{
  color: #046196; ;
}
.newbar .dropdown-menu a:hover{
  color: #000 ;
}
.newbar .menusli li a:hover{
  color: #046196;
}
.newbar .dropdown:hover i{
  color: #000 !important;
  z-index: 99;
  position: absolute;
  top: 5px;
}
.newbar .navbar-brand{
  display: none;
}
.newbar .menusli {
 list-style: none;
    margin-right: auto !important;
    padding: 20px 0;
    width: 100%;
    align-items: center;
        justify-content: normal;
}
.newbar .menusli li {
  display: inline-block;
  width: 13.28%;
  margin: 0 !important;
  text-align: center;
}
.newbar li.dropdown a {
  position: absolute;
  left: 25%;
  top: -15px;
  z-index: 9999;
  width: 100%;
}
.newbar li .dropdown-menu a {
  position: relative;
  left: unset;
}
.newbar .menusli .dropdown-menu li {
  display: inline-block;
  width: 100%;
  margin: 0 !important;
  text-align: center;
  padding: 8px 0;
}
.newbar li.dropdown:hover a::after {
  content: '';
    position: absolute;
    width: 65%;
    height: 3px;
    background: none;
    top: 30px;
    left: 20%;
    transform: translateX(-5%);
}
.newbar li.dropdown:hover .dropdown-menu a::after {
  width: 0;
}
.newbar .menusli li:last-child {
  text-align: center;
}
.newbar .menusli .dropdown-menu li:last-child {
  text-align: center;
}
.newbar li.dropdown .dropdown-menu a::after {
  content: '';
  position: absolute;
  width: 0;
  -webkit-transition: width 0.8s ease;
    -moz-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
    transition: width 0.8s ease;
  height: 2px !important;
  background: #0b5685;
  top: unset !important;
  bottom: -7px !important;
  right: -1px;
  
}
.newbar .dropdown-menu a{
  position: relative;
}
.newbar .dropdown-menu li a:hover:after{
  width: 100% !important;
}
.menusli .dropdown-menu li a:hover:after{
  width: 100% !important;
}
.menusli .dropdown-menu li a{
  position: relative;
}
.newbar .dropdown-menu a:hover{
  color: #0b5685;
}
.newbar .dropdown:hover a{
  color: #144a86 !important;
}
.newbar .menusli .dropdown-menu li a::after {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: width 0.8s ease;
    -moz-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
    transition: width 0.8s ease;
    height: 2px;
    background: #0b5685;
    bottom: -7px;
    right: -1px;
}
.newbar .menusli .dropdown-menu li a:hover:after {
    width: 100% !important;
}
.slick-prev.slick-arrow{
    left: 2%;
    background: url(../images/arrowleft.svg) no-repeat;
    width: 45px;
    height: 45px;
    z-index: 9;
    bottom: 40px;
    top: unset;
    background-size: contain;
  
}
.slick-next.slick-arrow{
    left: 28%;
    background: url(../images/arrowright.svg) no-repeat;
    width: 45px;
    height: 45px;
    z-index: 9;
    bottom: 40px;
    top: unset;
    background-size: contain;
}
.slick-next.slick-arrow:hover{
  background: url(../images/arrowrighthover.svg) no-repeat;
  width: 45px;
    height: 45px;
    z-index: 9;
    bottom: 40px;
    top: unset;
    background-size: contain;
}
.slick-prev.slick-arrow:hover{
  background: url(../images/arrowlefthover.svg) no-repeat;
  width: 45px;
    height: 45px;
    z-index: 9;
    bottom: 40px;
    top: unset;
    background-size: contain;
}
.slick-dots li button {
  background: rgb(255 255 255 / 25%);
  width: 150px;
  height: 8px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  border-radius: 50px;
  margin: 2px;
}
.slick-dots{
  list-style: none;
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  margin: 0;
  z-index: 9;
}
.slick-dots li{
  display: inline-block;
}
.slick-dots li.slick-active button{
  background: #fff;
}
.slidbanner {
  height: 100vh;
  position: relative;
  pointer-events: none;
}
.asd1{
  width: 50% !important;
  margin: auto;
  margin-top: 0px;
}
.textfoslid h2{
  font-size: 25px;
  font-weight: bold;
  color: #144A86;
}
.textfoslid p{
  font-size: 18px;
  font-weight: 100;
  color: #144A86;
}
.navbar-brand{
  padding-left: 30px;
}
.searchonban{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 250px;
    width: 502px;
    height: 56px;
    z-index: 9;
}
.jawqss{
  margin-top: 60px;
}
.searchonban i{
  color: #C2C3C3;
  font-size: 24px;
}
.frews {
  height: 100%;
  width: 85%;
  border: none;
}
.frews:focus {
  outline: none;
}
.headline{
  position: absolute;
  bottom: 70px;
  right: 10%;
}
.headline h2{
  color: #fff;
  font-size: 48px;
}
.opener{
  position: absolute;
  bottom: 100px;
  left: 0;
}
ul.opbf {
  list-style: none;
}
.opbf li {
  background: #fff;
  padding: 16px;
  font-size: 21px;
  font-weight: bold;
  color: #144A86;
  border-top-right-radius: 25px;
  width: 285px;
  border-bottom-right-radius: 25px;
  margin-bottom: 8px;
  transition-duration: 0.5s;
  height: 66px;
}
/*.opbf li.sub{
    width: 60px !important;
    margin-right: auto;
    padding: 0;
    height: 60px;
    background: rgb(255 255 255 / 70%);
    cursor: pointer;
}
.opbf li.sub h4{
  visibility: hidden;
}
.opbf li.sub img{
  visibility: hidden;
}
.opbf li.sub:hover h4 {
  visibility: visible;
  font-weight: bold;
  font-size: 18px;
  transition-delay: 0.3s;
  margin: 0;
}
.opbf li.sub:hover img{
  visibility: visible;
  margin-left: 20px;
  transition-delay: 0.3s;
}
.opbf li.sub:hover{
  width: 285px !important;
  margin-right: auto;
  padding: 10px 10px;
  height: 60px;
  font-size: 18px;
  background: rgb(255 255 255 / 100%);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-items: center;
}

*/

/* New CSS */
.opbf li.sub h4 {
    visibility: visible;
    font-weight: bold;
    font-size: 18px;
    transition-delay: 0.3s;
    margin: 0;
}
.opbf li.sub img {
    visibility: visible;
    margin-left: 20px;
    transition-delay: 0.3s;
}
.opbf li.sub {
    width: 285px !important;
    margin-right: auto;
    padding: 10px 10px;
    height: 60px;
    font-size: 18px;
    background: rgb(255 255 255 / 100%);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.dropdown-menu {
  background: rgb(255 255 255 / 40%);
  border: none;
  text-align: center;
  width: 215px;
  left: 50%;
  z-index: 999999999999999999999;
  top: -15px;
  padding-top: 50px;
  transform: translateX(-50%);
}
.dropdown-menu li {
  padding: 15px 0;
  margin: 0 !important;
  display: block !important;
  width: 100%;
}
.dropdown-menu ul{
  padding: 0;
}
.dropdown-menu a:hover{
  color: #144A86;;
}
.untouch{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background: linear-gradient(180deg, rgb(20 74 134 / 60%) 0% , transparent);
}
.servic{
  padding: 80px 0;
  text-align: center;
}
.mainheading{
  font-weight:bold ;
  font-size: 40px;
  color: #144a86;
  position: relative;
}
.mainheading::before{
  content: '';
    position: absolute;
    width: 490px;
    height: 24px;
    bottom: 0;
    left: 50%;
    background: #7BCFE3;
    z-index: -1;
    border-radius: 50px;
    transform: translatex(-50%);
}
.mainheadingsmall{
  font-weight:bold ;
  font-size: 40px;
  color: #144a86;
  position: relative;
}
.mainheadingsmall::before{
  content: '';
    position: absolute;
    width: 270px;
    height: 24px;
    bottom: 0;
    left: 50%;
    background: #7BCFE3;
    z-index: -1;
    border-radius: 50px;
    transform: translatex(-50%);
}
.mt50{
  margin-top: 100px;
}
.servic h4{
  font-weight:bold ;
  font-size: 25px;
  color: #144a86;
}
@media (min-width: 768px){
  .offset-md-4 {
    margin-right: 33.333333%;
  }
}
.newsnew:hover .nw1{
    transform: scale(1.2);
}
.newsnew:hover .nw2{
    transform: scale(1.2);
}
.newsnew:hover .nw3{
    transform: scale(1.2);
}
.implinks a:hover{
  color:#144a86;
}
.menusli li a:hover {
  color: #144a86;
}
.slick-dots li button:hover{
  background: rgb(20 74 134 / 50%);
}

@media (min-width:1300px) and (max-width:1600px){
  .navbar-brand {
    padding-left: 15px;
}
.topnavic {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 5.2%;
}
.mainlogon img{
  width: 230px!important;
}
.visionlogo{
  width: 100px!important;
}
.menusli li {
  display: inline-block;
  margin-left: 50px;
  /* padding:15px 5px; */
  width:auto;
}
.menusli li a{
  font-size: 14px;
}
.mr-5.mainlogon{
  margin-right: 10px!important;
}
.menusli {
  padding: 0;
  margin: 5px 0;
  margin-right: auto!important;
  display: flex;
    justify-content: space-around;
}
.menusli li.dropdown {
     width: auto;
    }
.menusli li.mr-5{
  margin-right: 15px !important;
}
.about{
  padding: 10vh 0;
}
.data{
  padding: 8vh 0;
}
.testimonial{
  height: unset;
}
section.news{
  padding: 13vh 0;
}
.opbf li{
  font-size: 21px;
}
.headline h2{
  font-size: 36px;
}
.opbf li.sub h4{
  font-size: 20px !important;
}
.slidbanner img{
  height: 100vh;
  object-fit: cover;
}
.dropdown-menu {
  background: rgb(255 255 255 / 40%);
    border: none;
    text-align: center;
    width: 200px !important;
    left: 50%;
    z-index: 999999999999999999999;
    top: -15px;
    padding-top: 45px;
    min-width: 140px;
    transform: translate(-50%); 
}
}
@media (min-width:1501px) and (max-width:1900px){
  .navbar-brand {
    padding-left: 30px;
}
.navbar-light .navbar-brand{
  padding: 0;
}
.mainlogon img{
  width: 300px!important;
}
.menusli li {
  display: inline-block;
  margin-left: 45px;
}

.menusli li a{
  font-size: 16px;
}
.mr-5.mainlogon{
  margin-right: 15px!important;
}
.menusli {
  padding: 0;
  margin: 5px 0;
  margin-right: auto !important;
  margin-bottom: 10px;
}
.topnavic{
  left: 5.3%;
}
.menusli li.mr-5{
  margin-right: 20px !important;
}
}
@media (min-width:1024px) and (max-width:1299px){
  .navbar-brand {
    padding-left: 18px;
}
.mainlogon img{
  width: 160px!important;
}
.menusli li {
  display: inline-block;
  margin-left: 15px;
  padding: 0;
}
.menusli li a{
  font-size: 12px;
}
.mr-5.mainlogon{
  margin-right: 15px!important;
}
.menusli {
  padding: 0;
}
.menusli li.mr-5{
  margin-right: 20px !important;
}
.visionlogo{
  width: 100px !important;
}
.headline h2{
  font-size: 30px;
}
.opbf li{
  font-size: 16px;
  width: 280px;
  height: 50px;
}
.opbf li.sub{
  height: 50px !important;
}
.opbf li.sub:hover {
  width: 280px !important;
  height: 50px !important;
  padding: 10px 30px;
}
.opbf li.sub h4{
  font-size: 18px !important;
}
.searchonban{
  width: 400px;
}
.slidbanner img{
  height: 100vh;
  object-fit: cover;
}
.dropdown-menu {
  background: rgb(255 255 255 / 40%);
  border: none;
  text-align: center;
  width: 120px;
  left: -16px;
  min-width: 120px;
  z-index: 999999999999999999999;
  top: -10px;
  padding-top: 40px;
}
.about {
  text-align: center;
  padding: 16vh 0;
  height: 120vh;
  margin: auto 0;
}
.data {
  background: url(../images/databg.png);
  background-size: cover;
  background-position: center;
  padding: 12vh 0;
  height: 120vh;
}
.testimonial {
  padding: 60px 0;
  height: unset;
}
section.news {
  height: 100vh;
  padding: 7vh 0;
}
}
@media (max-width:991px) {
  .slick-slide img {
    padding-left: 0;
    height: 100vh;
    object-fit: cover;
  }
  .navbar-brand img {
    width: 100% !important;
    padding-bottom: 10px;
}
.navbar-brand {
  padding: 15px;
  margin: 0 !important;
}
.flex{
  display: flex;
}
.navbar-brand{
  padding: 15px !important;
}
.navbar-toggler-icon {
  position: absolute;
  left: 15px;
  top: 25px;
}
.hidmob{
  display: none;
}
.navbar-light .navbar-toggler{
  display: flex;
  align-items: baseline;
}
.navbar-collapse {
  padding: 20px;
  background:rgb(0 0 0 / 40%);
}
.menusli{
  padding: 0;
}
.menusli li {
  display: block;
  margin-left: 35px;
  margin-bottom: 8px;
}
.menusli li.mr-5{
  margin-right: 0 !important;
}
.dropdown-menu li {
  padding: 10px 0;
  margin: 0;
}
.headline h2 {
  color: #fff;
  font-size: 24px;
}
.searchonban{
  width: 90%;
}
.opbf li {
  background: #fff;
  padding: 4px 16px;
  font-size: 21px;
  font-weight: bold;
  color: #144A86;
  border-top-right-radius: 25px;
  width: 300px;
  border-bottom-right-radius: 25px;
  margin-bottom: 8px;
  transition-duration: 0.5s;
  height: 40px;
}
.opbf li.sub:hover {
  width: 300px !important;
  margin-right: auto;
  padding: 2px 30px;
  font-size: 24px;
  height: 40px;
  background: rgb(255 255 255 / 100%);
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
.opbf li.sub:hover h4 {
  visibility: visible;
  font-weight: bold;
  font-size: 19px;
  transition-delay: 0.3s;
  padding: 5px 0;
}
.opbf li.sub {
  width: 60px !important;
  margin-right: auto;
  padding: 0;
  height: 40px;
  background: rgb(255 255 255 / 70%);
  cursor: pointer;
}
.slick-dots{
  padding: 0;
}
.slick-dots li button {
  background: rgb(255 255 255 / 25%);
  width: 42px;
  height: 8px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  border-radius: 50px;
  margin: 2px;
}
.slick-next.slick-arrow {
  left: 22%;
}
.opener {
  position: absolute;
  bottom: 130px;
  left: 0;
}
.about {
  text-align: center;
  padding: 10vh 0;
  height: unset;
  margin: auto 0;
}
.about p {
  font-size: 20px;
  color: #144a86;
}
.implinks {
  display: block;
  margin-top: 50px;
  margin-bottom: 100px !important;
  transition-duration: 1s;
}
.implinks a{
  border: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0;
}
.implinks a::after{
  content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #a3a3a3;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%);
}
.implinks a:last-child::after{
  background: transparent;
}
.about .col-md-4{
  margin-bottom: 40px;
}
.about h4 {
  font-size: 24px;
  font-weight: bold;
  color: #144a86;
}
.data {
  padding: 40px 15px;
  height: unset;
}
.testimonial {
  padding: 60px 15px;
  height: unset;
}
.sliditem img{
  height: unset;
}
.textfoslid {
  padding: 20px 35px;
}
.slidetest .slick-next {
  right: -30px;
  bottom: 10px !important;
}
.slidenews .slick-slide {
  display: block !important;
}
section.news {
  height: unset;
  padding: 5vh 0;
}
.slidpartn .slick-slide img {
  padding-left: 0;
  height: unset;
  object-fit: cover;
}
.news h2{
  font-size: 30px;
}
.partners h5 {
  font-size: 30px;
}
.testimonial h5{
  font-size: 30px;
}
.testimonial h2 {
  font-size: 22px;
  padding-bottom: 0;
  margin-top: 10px;
}
.data h2{
  font-size: 30px;
}
.data h5 {
  font-weight: 100;
  color: #144a86;
  font-size: 30px;
}
.slidenews .slick-track {
  position: relative;
  top: 0;
  left: 0 ;
  display: block;
}
.slick-next.slick-arrow {
  left: unset !important;
  right: 30px;
}
.slidenews.slick-slider {
  direction: ltr;
}
.slidetest .slick-prev {
  left: -30px;
  bottom: 10px !important;
}
.textfoslid {
  padding: 15px;
  height: 285px;
  overflow: hidden;
}
.sliditem .imgofsline{
  height: 40vh;
}
img.asd1 {
  width: 50% !important;
  margin-bottom: 25px;
}
.slidetest {
  direction: ltr;
  padding-top: 20px;
}

}
@keyframes fadeInUpSD {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  
 
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
  animation-duration: 3s;
  
}
.slick-active .headline  {
  animation-name: fadeInUpSD;
  animation-duration: 4s;
}
.chairmanq{
  background-image: url(../images/imgchar.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.vgbcfd li{
  padding-bottom: 20px;
  text-align: justify;
}
.gtrgk{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.gtrgk span{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #298DBE;
  bottom: 0;
  right: 0;
  animation-name: slideInLeft;
  animation-delay: 3s;
  overflow: hidden;
}
.gtrgk.big span{
  width: 33%;

}
.lawlin h4{
    font-size: 17px;
}
.headlawlin h3{
  color: #AA9767;
  font-size: 22px;
  margin-bottom: 60px;
}
.flxhtg {
  display: flex;
  justify-content: space-between;
  text-align: center;
  overflow: hidden;
}
.imgbd{
  width: 150px;
  height: 200px;
  border-radius: 25px;
  border: 1px solid #60c5e8;
  margin: auto;
  margin-bottom: 20px;
}
.overlaybann{
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(20 74 134 / 60%) 0% , transparent);
  z-index: 9;
  position: absolute;
  top: 0;
}
.textinnhead{
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 9;
}
.textinnhead h1{
  font-size: 48px;
  color: #fff;
}

.brdq{
  text-align: center;
  margin-bottom: 50px;
}
.brdq h5{
  font-size: 14px;
  line-height: 1.8;
}
.brdq p{
  font-size: 14px
}
.boarddir{
  padding: 60px 0;
  color: #104974;
}
@media (min-width: 768px){
  .op-offset-md-2 {
    margin-right: 16.666667%;
}
}


.chrgt h3{
  font-weight: bold;
  font-size: 22px
}
.orgchart {
  width: 90%;
  margin: auto;
  text-align: center;
}
    .orgchart .maindiv {
        background: #17608c;
        color: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 1px 3px 6px rgb(0 0 0 / 30%);
        cursor: pointer;
    }
.orgchart .subdivpart {
  display: flex;
  margin-top: -20px;
  position: relative;
}
div#innb2 {
  margin-top: 20px;
  margin-bottom: 0!important;
}
#innh1{
  margin: 0 !important;
}
.orgchart .leftpartin h5 {
  width: 100%;
  background: #17608c;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin: 0;
  cursor: pointer;
  box-shadow: 1px 3px 6px rgb(0 0 0 / 30%);
  font-size: 16px;
}
.orgchart .rightpartin{
  width: 50%;
  margin: 0px;
  /*overflow: hidden;*/
}
.orgchart .leftpartin{
  width: 50%;
  margin: 5px;
}

.MainChart {
    margin: 0 0 -15px 0 !important;
}

.orgchart .rightpartin h5 {
  width: 100%;
  background: #17608c;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin: 0;
  cursor: pointer;
  box-shadow: 1px 3px 6px rgb(0 0 0 / 30%);
  font-size: 16px;
}

.leftpartin h5::before {
    content: '';
    width: 5px;
    height: 50px;
    background: #17608c;
    position: absolute;
    top: -35px;
    right: 25%;
}
.rightpartin h5::before {
  content: '';
  
  background: #17608c;
  position: absolute;
  top: -35px;
  left: 25%;
}
ul.inner1body {
  padding: 0;
  list-style: none;
  height: 0;
  overflow: hidden;
}
.inner1body {
  padding: 0;
  list-style: none;
  height: 0;
  overflow: hidden;
}
.inner1head{
  margin-bottom: 10px !important;
}
ul.inner1body {
    padding: 0;
    list-style: none;
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
}
ul.inner1body li{
  padding: 10px;
  color: #000;
  background: rgb(169 223 255);
  margin-bottom: 5px;
  border-radius: 15px;
}

.inner1body.show{
  height: auto;
  margin: 0 0 9px 0;
}

.gtrgk .subtitle {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: 8acee4 !important;
    bottom: 0;
    right: 0;
    animation-name: slideInLeft;
    animation-delay: 3s;
    overflow: hidden;
}

.accordion .card {
    background: none;
    border: none;
    overflow: visible;
}

.accordion .card-header lord-icon {
    margin-right: -60px;
}

.lawlin div a {
    color: #004773;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.btn-style {
    background-color: #97d4e7;
    color: #065c9f;
    font-weight: bold;
    margin: 15px;
    border: none;
    margin-right: auto;
    width: 200px;
}

.btn-area {
    width: 100%;
}


.accordion {
    margin-right: 45px;
}

.inner-points li {
    padding-right: 0;
}

.back-btn{
    text-align:center
}

 
.orgchart .rightpartin h5.inner1head.thlevel {
    padding: 5px;
    background: none;
    box-shadow: none;
    color: #000;
    margin: 0 !important;
    font-size: 14px;
}

ul .thlevel li {
    background: #ffffff;
}

.org_new {
    /*background: rgb(207 234 249) !important;*/
}

.linewq {
    width: 5px;
    height: 30px;
    background: #17608c;
    margin: auto;
}
ol {
  list-style-type: disc;
}

.headlawlin h3 a {
    color: #AA9767;
    font-size: 22px;
    margin-bottom: 60px;
}
.innerbanner{
  height: 100vh;
    overflow: hidden;
}



.textfoslid img { max-height: 100px; width: auto !important; }


@media (min-width: 1200px) and (max-width: 1600px){

.topnavic { left: 5.2%; top: -20px !important; }
/* .dropdown-menu { top: 0 !important; } */

}



.initiative-accordion.accordion .btn-link { color: #104974; font-size: 24px; text-decoration: none; font-weight: bold; }
.initiative-accordion.accordion > .card > .card-header { background: none; border: none; padding: 0; }
.initiative-accordion .accordion > .card > .card-header { background: none; border: none; padding: 0; }
.initiative-accordion.accordion .card { background: none; border: none; }

/* .newbar .topnavic{ top: 10px !important; }
.newbar .logowhite{ display: block; }
.newbar .navbar-brand{ display: block; } */
.newbar .topnavic{display: none;}
/* .visionlogo { display: none; } */
/* .newbar .menusli li:nth-child(1){ display: none; }
.newbar .collapse.navbar-collapse{ position: relative; left: -17%; top: 40px; } */
/* .newbar .menusli li{ width: 16%; } */
.contactForm { margin-bottom: 20px; }
.newbar{padding: 0 !important;}
.c-accordion__entry-title { position: relative; padding: 10px 0; color: #fff; font-weight: bold; }
.c-accordion__entry-header-link { display: block; color: #fff; cursor: pointer; }
.c-accordion__entry-body { display: none; }
.c-accordion__entry-contents { padding: 15px 0; font-size: 1.125em; background-color: #fff; }
.c-accordion ul li a{ color: #046196; }
.c-accordion ul li a:focus{ color: #046196 !important; }
.c-accordion__entry-header-icon-wrapper { position: absolute; top: 50%; right: 10px; display: block; transform: translate(0,-50%);
transition: all .4s; }
.c-accordion__entry-header-icon { display: block; }
.c-accordion__entry.is-expanded > .c-accordion__entry-title > .c-accordion__entry-header-link > .c-accordion__entry-header-icon-wrapper {
    transform: translate(0,-50%) rotate(180deg); }
.c-accordion{ display: none; }
.topnavic{ display: none; }






/* ------------------------- */
.dropdwn {
    position: absolute;
    background: #fff;
    width: 35px;
    margin-right: -10px;
    display: none;
}
ul.drwn {
    padding: 10px 0;
}
ul.drwn li {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
}
.dropdwn::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 9px;
    display: block;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(228deg);
}
.dropit:hover .dropdwn{
    display: block;
}
.dropdwn li:hover{
   background: #a5b9d0;
}




/* ---------- For English ------------ */

body {
  direction: ltr;
  text-align:left;
}
.topnavic {
  right: 1.2%;
  left: unset;
}
.text-right{
  text-align: left !important;
}
.text-left{
  text-align: right !important;
}
.textinnhead{
  right: unset;left: 50px;
}
.innerbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion .card-header lord-icon {
  margin-right: 0;
}
.initiative-accordion.accordion .btn-link {
  text-indent: 60px;
}
.gtrgk span{
  left: 0;
  right: unset;
}
.newbar .menusli li{
  width: 12%;
}
ul.opbf {
    padding: 0;
}
.about {
    text-align: center;
}
.implinks a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 5px solid #AA9767;
    width: 33%;
}
.about p {
    font-size: 25px;
    color: #144a86;
    text-align: center;
}
.numhigh {
    left: unset;
    right: 25px;
}
.newbar .topnavic {
    right: 100px;
    left: unset;
}
.implinks a:first-child {
    border: none;
    padding-right: 15px;
    margin-left: 0;
    padding-left: 0;
}



